@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	background: #fff;
	font-size: 12px;
	color: #333;
	font: PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
}

html, html body {
	height: 100%;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
}

ul,li,ol {
	list-style-type: none;
}

table, input, textarea, select, button {
	font-size: 12px;
	vertical-align: middle;
}

img, a img {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
/* a */
a:link, a:visited {
	color: #333;
	outline-style: none;
	text-decoration: none;
}

a:hover, a:active {
	color: #c00;
	text-decoration: none;
}
/* line */
.unline, .unline a {
	text-decoration: underline
}

.nounline, .nounline a {
	text-decoration: none
}

u, .typo-u {
	text-decoration: underline;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

:root sub, :root sup {
	vertical-align: baseline;
 /* for ie9 and other modern browsers */
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}
/* ie7 hack*/
*+html .clearfix {
	min-height: 1%;
}
/* clear */
.clear {
	clear: both;
	font-size: 1px;
	width: 1px;
	height: 0;
	visibility: hidden;
	margin-top: 0px!important;
	*margin-top: -1px;
	line-height: 0
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* other */
.left, .fl {
	float: left;
}

.right, .fr {
	float: right;
}

.hidden {
	display: none;
}

.fdn {
	font-size: 0;
	text-indent: -999em;
	line-height: 0;
}

.text-overflow {
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}


/* margin */
.mt10 {
	margin-top: 10px;
}
.mt13{
	margin-top: 13px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}


